@font-face {

    font-family: "Raleway-Bold";

    src: url("https://images.hanlonsonline.co.uk/Fort Kinnaird BS5/fonts/static/Raleway-Bold.ttf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "Raleway-Regular";

    src: url("https://images.hanlonsonline.co.uk/Fort Kinnaird BS5/fonts/static/Raleway-Regular.ttf");

    font-weight: 700;

    font-style: normal;

}
.top-panel {
    background: #0088b2;
    border-radius: 30px 30px 0px 0px;
}
.container h3, h3 {
    color: #0088b2;
    font-size: 25pt;
    line-height: 75px;
    font-weight: 700;
    padding-left: 20px;
}
h3.panel-header {
    color: #fff !important;
}
p {
    font-family: "Raleway-Regular";
    color: #000;
}
.btn-primary {
    background-color: #0088b2 !important;
    border-color: #0088b2 !important;
}
iframe {
    border: 0;
    width: 100%;
}
.panel.team-panel.action-panel {
    min-height: 670px;
}
h4.iframe-text {
    text-align: center;
    padding: 20px;
}
.card-body {
    min-height: 710px;
}
@media only screen and (max-width: 1024px) {
.card-body {
    min-height: 850px;
}
}
@media only screen and (max-width: 768px) {
.card-body {
    min-height: 1100px;
}
}